home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 February / WPCFEB97.ISO / zarnak / zarnac2.dxr / 00202_page 1 duration QT.ls < prev    next >
Encoding:
Text File  |  1996-12-06  |  183 b   |  8 lines

  1. on exitFrame
  2.   global gMoovLength
  3.   set temp to the name of cast "zarn02.mov"
  4.   set gMoovLength to the duration of cast temp
  5.   set the movieRate of sprite 10 to 1
  6.   updateStage()
  7. end
  8.